projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfd8150
)
[broadway] Remove debug spew
author
Alexander Larsson
<alexl@redhat.com>
Mon, 18 Apr 2011 18:40:06 +0000
(20:40 +0200)
committer
Alexander Larsson
<alexl@redhat.com>
Mon, 18 Apr 2011 18:51:53 +0000
(20:51 +0200)
gdk/broadway/broadway.js
patch
|
blob
|
history
diff --git
a/gdk/broadway/broadway.js
b/gdk/broadway/broadway.js
index ba5b2fa810241e32b9be0e038f3c597d5d9fe3a0..3409ba8fd5f4f215ec2ec5f489aae3c500e8ae1b 100644
(file)
--- a/
gdk/broadway/broadway.js
+++ b/
gdk/broadway/broadway.js
@@
-2658,7
+2658,7
@@
function handleKeyPress(e) {
if (kdlen > 0) {
keyDownList[kdlen-1].keysym = keysym;
} else {
- log("keyDownList empty when keyPress triggered");
+
//
log("keyDownList empty when keyPress triggered");
}
// Send the translated keysym
@@
-2677,7
+2677,7
@@
function handleKeyUp(e) {
if (fev)
keysym = fev.keysym;
else {
- log("Key event (keyCode = " + ev.keyCode + ") not found on keyDownList");
+
//
log("Key event (keyCode = " + ev.keyCode + ") not found on keyDownList");
keysym = 0;
}